home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / insite.zip / _SETUP.1 / inSite.exe / 0 / RCDATA / TFRMNEWFOLDER / TFRMNEWFOLDER.txt
Text File  |  1997-03-29  |  932b  |  45 lines

  1. object frmNewFolder: TfrmNewFolder
  2.   Left = 439
  3.   Top = 396
  4.   ActiveControl = edtNewDir
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'New Folder...'
  8.   ClientHeight = 37
  9.   ClientWidth = 301
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object btnCreateFolder: TButton
  17.     Left = 172
  18.     Top = 8
  19.     Width = 126
  20.     Height = 25
  21.     Caption = '&Create Folder'
  22.     Default = True
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     OnClick = btnCreateFolderClick
  30.   end
  31.   object edtNewDir: TEdit
  32.     Left = 5
  33.     Top = 10
  34.     Width = 161
  35.     Height = 21
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     TabOrder = 1
  42.     Text = 'newdir'
  43.   end
  44. end
  45.